﻿2026-07-09T09:27:55.4304508Z ##[group]Run actions/checkout@v5
2026-07-09T09:27:55.4304762Z with:
2026-07-09T09:27:55.4304958Z   repository: SaberMage/spt-shell-notify
2026-07-09T09:27:55.4305196Z   path: .adapter-notify
2026-07-09T09:27:55.4307345Z   token: ***
2026-07-09T09:27:55.4307537Z   ssh-strict: true
2026-07-09T09:27:55.4307717Z   ssh-user: git
2026-07-09T09:27:55.4307912Z   persist-credentials: true
2026-07-09T09:27:55.4308116Z   clean: true
2026-07-09T09:27:55.4308310Z   sparse-checkout-cone-mode: true
2026-07-09T09:27:55.4308540Z   fetch-depth: 1
2026-07-09T09:27:55.4308724Z   fetch-tags: false
2026-07-09T09:27:55.4308920Z   show-progress: true
2026-07-09T09:27:55.4309168Z   lfs: false
2026-07-09T09:27:55.4309344Z   submodules: false
2026-07-09T09:27:55.4309545Z   set-safe-directory: true
2026-07-09T09:27:55.4309765Z env:
2026-07-09T09:27:55.4309959Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-09T09:27:55.4310203Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-09T09:27:55.4310451Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-09T09:27:55.4310714Z ##[endgroup]
2026-07-09T09:27:55.6244841Z Syncing repository: SaberMage/spt-shell-notify
2026-07-09T09:27:55.6247026Z ##[group]Getting Git version info
2026-07-09T09:27:55.6247483Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-07-09T09:27:55.6269962Z [command]/usr/bin/git version
2026-07-09T09:27:55.6305030Z git version 2.43.0
2026-07-09T09:27:55.6321562Z ##[endgroup]
2026-07-09T09:27:55.6331274Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/812fa51e-aabe-4219-ae6b-c831fd5d8979' before making global git config changes
2026-07-09T09:27:55.6332098Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T09:27:55.6334248Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-09T09:27:55.6363022Z ##[group]Initializing the repository
2026-07-09T09:27:55.6366673Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-09T09:27:55.6393088Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-09T09:27:55.6393605Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-09T09:27:55.6394048Z hint: of your new repositories, which will suppress this warning, call:
2026-07-09T09:27:55.6394387Z hint: 
2026-07-09T09:27:55.6394664Z hint: 	git config --global init.defaultBranch <name>
2026-07-09T09:27:55.6394945Z hint: 
2026-07-09T09:27:55.6395222Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-09T09:27:55.6395669Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-09T09:27:55.6396013Z hint: 
2026-07-09T09:27:55.6396195Z hint: 	git branch -m <name>
2026-07-09T09:27:55.6398253Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-07-09T09:27:55.6407364Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-09T09:27:55.6432630Z ##[endgroup]
2026-07-09T09:27:55.6432993Z ##[group]Disabling automatic garbage collection
2026-07-09T09:27:55.6435686Z [command]/usr/bin/git config --local gc.auto 0
2026-07-09T09:27:55.6459170Z ##[endgroup]
2026-07-09T09:27:55.6459494Z ##[group]Setting up auth
2026-07-09T09:27:55.6464186Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-09T09:27:55.6488379Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-09T09:27:55.6687988Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T09:27:55.6719348Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-09T09:27:55.6900985Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T09:27:55.6926181Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-09T09:27:55.7124299Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-09T09:27:55.7155518Z ##[endgroup]
2026-07-09T09:27:55.7155922Z ##[group]Determining the default branch
2026-07-09T09:27:55.7158702Z Retrieving the default branch name
2026-07-09T09:27:56.1634434Z Default branch 'main'
2026-07-09T09:27:56.1636307Z ##[endgroup]
2026-07-09T09:27:56.1636706Z ##[group]Fetching the repository
2026-07-09T09:27:56.1641006Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-09T09:27:56.7676415Z From https://github.com/SaberMage/spt-shell-notify
2026-07-09T09:27:56.7677036Z  * [new branch]      main       -> origin/main
2026-07-09T09:27:56.7697959Z ##[endgroup]
2026-07-09T09:27:56.7698402Z ##[group]Determining the checkout info
2026-07-09T09:27:56.7700675Z ##[endgroup]
2026-07-09T09:27:56.7704147Z [command]/usr/bin/git sparse-checkout disable
2026-07-09T09:27:56.7738727Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-09T09:27:56.7767663Z ##[group]Checking out the ref
2026-07-09T09:27:56.7770450Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-09T09:27:56.7811638Z Switched to a new branch 'main'
2026-07-09T09:27:56.7812102Z branch 'main' set up to track 'origin/main'.
2026-07-09T09:27:56.7816488Z ##[endgroup]
2026-07-09T09:27:56.7851545Z [command]/usr/bin/git log -1 --format=%H
2026-07-09T09:27:56.7876218Z ee2d37eadc730c0019e0af82d683074c509634a2
